]> Untitled Git - wolf-seeking-sheep.git/blob - addons/dialogic/Example Assets/portraits/CustomPortrait_AnimatedSprite.tscn
Squashed commit of the following:
[wolf-seeking-sheep.git] / addons / dialogic / Example Assets / portraits / CustomPortrait_AnimatedSprite.tscn
1 [gd_scene load_steps=5 format=3 uid="uid://cyns86lydp1tl"]
2
3 [ext_resource type="Script" uid="uid://ctmsmov63ugsj" path="res://addons/dialogic/Example Assets/portraits/CustomPortrait_AnimatedSprite.gd" id="1_63c5k"]
4 [ext_resource type="Texture2D" uid="uid://bfkpn7mrd786b" path="res://addons/dialogic/Example Assets/portraits/Antonio/pl5.png" id="2_15o4t"]
5 [ext_resource type="Texture2D" uid="uid://s2jsr1aqiu84" path="res://addons/dialogic/Example Assets/portraits/Antonio/pl5 blink.png" id="3_qen6e"]
6
7 [sub_resource type="SpriteFrames" id="SpriteFrames_yaycq"]
8 animations = [{
9 "frames": [{
10 "duration": 10.0,
11 "texture": ExtResource("2_15o4t")
12 }, {
13 "duration": 1.0,
14 "texture": ExtResource("3_qen6e")
15 }, {
16 "duration": 5.0,
17 "texture": ExtResource("2_15o4t")
18 }, {
19 "duration": 4.0,
20 "texture": ExtResource("2_15o4t")
21 }, {
22 "duration": 1.0,
23 "texture": ExtResource("3_qen6e")
24 }, {
25 "duration": 1.0,
26 "texture": ExtResource("2_15o4t")
27 }, {
28 "duration": 1.0,
29 "texture": ExtResource("3_qen6e")
30 }, {
31 "duration": 5.0,
32 "texture": ExtResource("2_15o4t")
33 }, {
34 "duration": 1.0,
35 "texture": ExtResource("3_qen6e")
36 }, {
37 "duration": 10.0,
38 "texture": ExtResource("2_15o4t")
39 }],
40 "loop": false,
41 "name": &"default",
42 "speed": 10.0
43 }]
44
45 [node name="CustomCharacterScene" type="Node2D"]
46 position = Vector2(160, 580)
47 script = ExtResource("1_63c5k")
48
49 [node name="Sprite" type="AnimatedSprite2D" parent="."]
50 position = Vector2(-161, -580)
51 scale = Vector2(0.751953, 0.751953)
52 sprite_frames = SubResource("SpriteFrames_yaycq")
53 autoplay = "default"
54 centered = false
55
56 [connection signal="animation_finished" from="Sprite" to="." method="_on_animated_sprite_2d_animation_finished"]